brintos

brintos / llvm-project-archived public Read only

0
0
Text · 96 B · 71b35b3 Raw
6 lines · cpp
1#include <stdio.h>2#include <string>3 4__attribute__((noinline))5void foo() { printf("foo\n"); }6