pub const SourceLocation = extern struct
pub const SourceLocation = extern struct { file: File.Index, line: u32, column: u32, pub const invalid: SourceLocation = .{ .file = .invalid, .line = 0, .column = 0, }; }