1 /* Check for warnings about missing [super dealloc] calls. */
2 /* Author: Ziemowit Laski <zlaski@apple.com> */
4 /* { dg-do compile } */
27 isa = 0; /* Should not warn here. */
38 } /* { dg-warning "method possibly missing a .super dealloc. call" } */
44 [super dealloc]; /* Should not warn here. */