1 // RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only
5 case 111111111111111111111111111111111111111:
10 // Mismatched type between return and function result.
11 int test2() { return; }
12 void test3() { return 4; }
23 static long x
= &&bar
- &&baz
;
24 static long y
= &&baz
;
34 int test5(long long b
) {
35 static void *lbls
[] = { &&lbl
};