summaryrefslogtreecommitdiff
path: root/out.c
diff options
context:
space:
mode:
Diffstat (limited to 'out.c')
-rw-r--r--out.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/out.c b/out.c
index 7d51729..dfdc298 100644
--- a/out.c
+++ b/out.c
@@ -1,12 +1,18 @@
#include "out.h"
-#include <stdint.h>
/* toc */
static void bar();
-void main() {
+void asfdhjfdsaf() {
+}
+void main__(void) {
int64_t x = ((12+(-(-3)))+3);
}
int8_t foo(int64_t x, float y, double z) {
}
void bar() {
}
+
+int main(void) {
+ main__();
+ return 0;
+}