Crafter.Build/tests/fixtures/hello-world/main.cpp

7 lines
180 B
C++
Raw Normal View History

import std;
int main() {
// hello-world is degenerate: the runner reports ✅ on exit 0, which is the
// signal that the build produced a runnable binary.
return 0;
}