Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
embed_outside_package.zig
pretty
plain
permalink
blame
history
•
7 lines
•
141 B
1
export fn a() usize {
2
return @embedFile("/root/foo").len;
3
}
4
5
// error
6
//
7
//:2:23: error: embed of file outside package path: '/root/foo'