summaryrefslogtreecommitdiff
path: root/out.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-08-30 18:18:13 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-08-30 18:18:13 -0400
commit88c3ad84bdd3bda3bb121019d8c55da21bf6fab8 (patch)
treeb86885cd3937d5fa817aa75b30bdb9abc2d27495 /out.c
parent94e8da0bc35d80df12e2d1490b3aa751576095f6 (diff)
tuple assignment
Diffstat (limited to 'out.c')
-rw-r--r--out.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/out.c b/out.c
index ed273e4..5c95e07 100644
--- a/out.c
+++ b/out.c
@@ -2,8 +2,7 @@
/* toc */
void main__(void) {
- float foo = 3; float bar = 3;
- float abc = bar;
+ int64_t salkdfj = 123; float something = 6.320000; int64_t baz = 5; int64_t bar = 4; int64_t foo = 3;
}
int main(void) {