Skip to content

Instantly share code, notes, and snippets.

@jld
Created March 7, 2013 21:26
Show Gist options
  • Select an option

  • Save jld/5111955 to your computer and use it in GitHub Desktop.

Select an option

Save jld/5111955 to your computer and use it in GitHub Desktop.
struct S(&static/[int]);
pub const C0: S = S([3]);
pub const C1: int = C0[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment