8 lines
72 B
C++
8 lines
72 B
C++
__attribute__((always_inline))
|
|
void f() {
|
|
}
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|