blob: 1bd81eafb3cb614e6c30922b5d75063ce3be126e [file] [log] [blame]
#ifndef __OPTIMIZE__
# error "Optimizations not enabled!"
#endif
int main(void)
{
return 0;
}