modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr42749.c (about) 1 struct pdf_object { int val; }; 2 int pdf_count_size_object (struct pdf_object * p_obj) 3 { 4 return pdf_count_size_object(p_obj) + 2 * sizeof(struct pdf_object); 5 }