summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestLaunchers/launcher_compiler_test_project/build_error.cxx
blob: 2d5169376cee35f501ec2677dfa6b547d6bb5fd1 (plain)
1
2
3
4
5
int main()
{
  int = 3;
  return;
}