foo.cpp 96 Bytes Raw Blame History Permalink 1 2 3 4 5 #include <stdio.h> #include <string> __attribute__((noinline)) void foo() { printf("foo\n"); }