blob: 0af8b69402020e0114a2dfe99527b3ecb78b012c [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -emit-llvm -o -
Eli Friedmanaee9e542008-05-27 05:07:37 +00002
3
4// PR2360
5typedef void fn_t();
6
7fn_t a,b;
8
9void b()
10{
11}
12