1 /* Check for warnings about missing [super dealloc] calls. */
2 /* Author: Ziemowit Laski <zlaski@apple.com> */
4 /* { dg-do compile } */
5 // { dg-additional-options "-Wno-objc-root-class" }
28 isa = 0; /* Should not warn here. */
38 [super some_other]; /* Should not warn here. */
46 } /* { dg-warning "method possibly missing a .super dealloc. call" } */