summaryrefslogtreecommitdiffstats
path: root/Tests/PrecompiledHeader/foo1.c
blob: e743f8bbf9172c32564fa895e49c7dc2caa54c9b (plain)
1
2
3
4
5
6
7
8
#ifndef foo_h
#  error "Precompiled header foo_precompiled.h has not been loaded."
#endif

int main(void)
{
  return foo();
}