summaryrefslogtreecommitdiff
path: root/out.c
blob: dfdc2987f9c928205b4449bf69809483ca8818ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "out.h"

/* toc */
static void bar();
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;
}