aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/missing_main_fn_in_executable.zig
blob: c1af588b99f062023407dda70950db8bc35fddcb (plain)
1
2
3
4
5
6
7
8
9
// error
// backend=llvm
// target=x86_64-linux
// output_mode=Exe
//
// : error: root struct of file 'tmp' has no member named 'main'
// : note: struct declared here
// : note: called from here
// : note: called from here