2021-09-14 00:13:48 +02:00

8 lines
97 B
C

#ifndef __OPTIMIZE__
# error "Optimizations not enabled!"
#endif
int main(void)
{
return 0;
}