zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

identifiers.zig (313B) - Raw


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