aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/b.c
blob: 41242d012d34f85579bf99f5090eb0f73a2a4c61 (plain)
1
2
3
4
5
int
main (void)
{
  *(short *) 25 = 123;
}