source:
tests/bugs/44.cfa@
d697527
| Last change on this file since d697527 was 4d23dd2, checked in by , 5 years ago | |
|---|---|
|
|
| File size: 138 bytes | |
| Line | |
|---|---|
| 1 | // Trac ticket |
| 2 | // https://cforall.uwaterloo.ca/trac/ticket/44 |
| 3 | |
| 4 | typedef void (*fptr_t)(); |
| 5 | void f(int); |
| 6 | |
| 7 | int main() { |
| 8 | fptr_t x; |
| 9 | x = f; |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.