aboutsummaryrefslogtreecommitdiff
path: root/doc/tests/fontes/bits-runtime.cpp
blob: 9fe074fc66959ac952802bb7400ecd79b9e16658 (plain)
1
2
3
4
5
int main(void) {
  int *n= (int *)42;
  *n = 42;
  return 0;
}