summaryrefslogtreecommitdiff
path: root/out.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-10 23:47:46 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-10 23:47:46 -0400
commit272d8bfd9c7b04b32f32b327833057469e8de05a (patch)
treecc462f3e7851c35216e125cd42d6f75ce17a896b /out.c
parent655f7a4976f42d419bf1111a177a0204eaaf1f8d (diff)
cgen more types, unary, etc.
Diffstat (limited to 'out.c')
-rw-r--r--out.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/out.c b/out.c
index 56b0d1d..9601d9c 100644
--- a/out.c
+++ b/out.c
@@ -21,3 +21,13 @@ int main() {
main__();
return 0;
}
+
+void main__() {
+}
+
+i64 foo = 5;
+char( bar[5]) = "\x48\x65\x6c\x6c\x6f";
+i64 a = 123; i64 b = 123;
+char x = ((char)97);
+i64 sadkfj = -1293812;
+char kjdshaf = *&*&*&*&*&x;