6 lines
96 B
C++
6 lines
96 B
C++
|
#include <stdio.h>
|
||
|
#include <string>
|
||
|
|
||
|
__attribute__((noinline))
|
||
|
void foo() { printf("foo\n"); }
|