summaryrefslogtreecommitdiffstats
path: root/test cases/unit/33 cross file overrides always args/test.c
blob: 315f92e96f36488ca9db438b101eb845a1ee1b00 (plain)
1
2
3
4
5
6
7
8
#ifdef _FILE_OFFSET_BITS
  #error "_FILE_OFFSET_BITS should not be set"
#endif

int main(int argc, char *argv[])
{
  return 0;
}