1 /* For compilation instructions see basic1.c. */
4 static int private_int
;
5 extern volatile int val
;
18 __attribute__((noinline
))
20 return bar(arg
+val
) + inc() + baz
++;
23 /* This file was also used to create basic2-custom-linetable.macho.x86_64.o
24 with a custom clang that had different settings for the linetable
25 encoding constants: line_base == -1 and line_range == 4.
27 clang -c -g basic2.c -o basic2-custom-linetable.macho.x86_64.o