master
 1const @"identifier with spaces in it" = 0xff;
 2const @"1SmallStep4Man" = 112358;
 3
 4const c = @import("std").c;
 5pub extern "c" fn @"error"() void;
 6pub extern "c" fn @"fstat$INODE64"(fd: c.fd_t, buf: *c.Stat) c_int;
 7
 8const Color = enum {
 9    red,
10    @"really red",
11};
12const color: Color = .@"really red";
13
14// syntax