blob: 140e4ec14a86fddbad697301279bd06aa5b45ca4 [file] [log] [blame]
// RUN: clang-cc -emit-llvm-bc -o - %s
// PR3869
int a(long long b) { goto *b; }