1export fn entry() void {
2 const f: comptime_float = @import("zon/inf.zon");
3 _ = f;
4}
5
6// error
7// imports=zon/inf.zon
8//
9// inf.zon:1:1: error: expected type 'comptime_float'
10// tmp.zig:2:39: note: imported here