Searched refs:EmptyTy (Results 1 – 1 of 1) sorted by relevance
17 typedef struct { int a[0]; } EmptyTy; typedef23 static EmptyTy empty_id(EmptyTy a) { return a; } in empty_id()31 static void empty_mul(EmptyTy a) { result *= 53; } in empty_mul()44 empty_mul(empty_id((EmptyTy) {})); in f0()