blob: ffd3f2472de4e067f1eea7a9becdd698ac2c836c [file] [log] [blame]
typedef a;
b(void *c, a d) {
if (c)
e(0, __PRETTY_FUNCTION__);
}
typedef f, g;
__attribute__((optimize(0))) h() {
g i;
b(i, sizeof(f));
}