dmd/compiler/test/runnable/extra-files/test24129b.c

10 lines
71 B
C

inline int dup()
{
return 73;
}
void *abc()
{
return &dup;
}