1 // RUN: %clang_cc1 -Wno-error=return-type -Wno-error=int-conversion %s -emit-llvm-only
4 // Mismatched type between return and function result.
5 int test2() { return; }
6 void test3() { return 4; }
17 static long x
= &&bar
- &&baz
;
18 static long y
= &&baz
;
28 int test5(long long b
) {
29 static void *lbls
[] = { &&lbl
};