summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/try_compile/foo.cpp
blob: c9107f937261e894d701672149e6da2cf2a8ebd3 (plain)
1
2
3
4
5
6
int foo()
{
   return 0;
}