source: binutils/trunk/ld/testsuite/ld-x86-64/pr18900c.c@ 1973

Last change on this file since 1973 was 1973, checked in by Silvan Scherrer, 8 years ago

binutils: update trunk to version 2.27

File size: 75 bytes
Line 
1extern void foo (void);
2
3typedef void (*func_p) (void);
4
5func_p p1 = &foo;
Note: See TracBrowser for help on using the repository browser.