blob: bb399a3e2ffab20d2101bcab5f553003fa3da32a [file] [log] [blame]
void bar(void *) __attribute__((__nonnull__));
void *baz(void);
void foo(void) { bar(baz()); }