1 2 3 4 5 6 7 8 9 10 11
#include "def.h" ao_ref *p1; int main (void) { ao_ref *p1 = new ao_ref; return 0; }