Skip to content

Commit 3562c48

Browse files
authored
Merge branch 'main' into redsun82/rust-getArg-getParam
2 parents a405a12 + 3af10d2 commit 3562c48

File tree

36 files changed

+15062
-4475
lines changed

36 files changed

+15062
-4475
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class BuiltinType extends @builtintype {
2+
string toString() { none() }
3+
}
4+
5+
from BuiltinType id, string name, int kind, int new_kind, int size, int sign, int alignment
6+
where
7+
builtintypes(id, name, kind, size, sign, alignment) and
8+
if kind = 62 then new_kind = 1 else new_kind = kind
9+
select id, name, new_kind, size, sign, alignment

0 commit comments

Comments
 (0)