summaryrefslogtreecommitdiff
path: root/tests/read-timer.c
blob: d7bb2c3c82fd3d4d4d3c07bfda26a067b78953bd (plain)
1
2
3
4
5
6
int timer;
int *timerp = (int*)-3;
void main() {
    timer = *timerp;
    g:goto g;
}