// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-unknown-linux-gnu -emit-llvm -o - -x c %s | FileCheck %s
// Reproduce the crash in PR19760.
static void
void
;
// CHECK: @bar = hidden alias void (), void ()* @foo
// CHECK: define internal void @foo()