diff options
| author | 2023-06-01 23:16:48 +0200 | |
|---|---|---|
| committer | 2023-06-01 23:27:20 +0200 | |
| commit | 65ace14e184807df026e985e073b3b5c5aaf576c (patch) | |
| tree | d4554e0eef30b6f8771bfa90835ff6dcb95198a7 /builtin.def | |
| parent | a98075934ece8c7ff351f8449f6515c12b9feec8 (diff) | |
basic ABI lowering of aggregates
Diffstat (limited to 'builtin.def')
| -rw-r--r-- | builtin.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin.def b/builtin.def new file mode 100644 index 0000000..2ccc3b5 --- /dev/null +++ b/builtin.def @@ -0,0 +1,2 @@ +/* NAME NARG */ +_(structcopy, 2) |