1export 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'