Skip to content

Instantly share code, notes, and snippets.

@dnadlinger
Created October 20, 2013 22:28
Show Gist options
  • Select an option

  • Save dnadlinger/7076129 to your computer and use it in GitHub Desktop.

Select an option

Save dnadlinger/7076129 to your computer and use it in GitHub Desktop.
// _D4test6assignFKG3iiiZv:
// movl %esi, (%rdx)
// movl %esi, 4(%rdx)
// movl %edi, 8(%rdx)
// ret
void assign(ref int[3] a, int b, int c) {
a[] = [b, b, c];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment