Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created May 3, 2015 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/f4a4f439ae256c1cfc35 to your computer and use it in GitHub Desktop.
Save shigemk2/f4a4f439ae256c1cfc35 to your computer and use it in GitHub Desktop.
int main() {
volatile int a = 255;
volatile int &b = a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment