8 lines
97 B
C
8 lines
97 B
C
|
#ifndef __OPTIMIZE__
|
||
|
# error "Optimizations not enabled!"
|
||
|
#endif
|
||
|
int main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|