Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
missing_main_fn_in_executable.zig
pretty
plain
permalink
blame
history
•
8 lines
•
215 B
1
// error
2
// target=x86_64-linux
3
// output_mode=Exe
4
//
5
// : error: root source file struct 'tmp' has no member named 'main'
6
// : note: struct declared here
7
// : note: called inline here
8
// : note: called inline here