summaryrefslogtreecommitdiff
path: root/out.c
diff options
context:
space:
mode:
Diffstat (limited to 'out.c')
-rw-r--r--out.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/out.c b/out.c
index 35ba8a9..8e24986 100644
--- a/out.c
+++ b/out.c
@@ -9,9 +9,12 @@ void main__(void) {
void (*bar)(void) = a___1;
a___();
a___1();
+ int64_t a = 5;
+ float b = 32.300000;
+ int64_t c = a;
+ int64_t blah = 32;
}
static void a___(void) {
- void (*x)(void) = a___1;
}
static void a___1(void) {
}