// RUN: %clang_cc1 -no-opaque-pointers -std=c++11 -emit-llvm %s -o - -triple=x86_64-apple-darwin9 | FileCheck %s
;
void ;
;
// CHECK-LABEL: define{{.*}} void @_Z1gv()
void
;
// CHECK-LABEL: define{{.*}} void @_Z1hv()
void
// PR7028 - mostly this shouldn't crash