C++程序  |  6行  |  96 B

#include <stdio.h>
#include <string>

__attribute__((noinline))
void foo() { printf("foo\n"); }