[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / tools / sancov / Inputs / foo.cpp
blob71b35b32392d3c45de5df11d28ff843f91e30b6a
1 #include <stdio.h>
2 #include <string>
4 __attribute__((noinline))
5 void foo() { printf("foo\n"); }