blob: 71b35b32392d3c45de5df11d28ff843f91e30b6a [file] [log] [blame]
#include <stdio.h>
#include <string>
__attribute__((noinline))
void foo() { printf("foo\n"); }