blob: c478e7dcae1d92696dd6c279ee33de82789194e1 [file] [log] [blame]
Eric Christopher6672b332011-08-20 00:09:39 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3// PR447
4
5namespace nm {
6 struct str {
David Majnemer502b0ed2013-06-25 23:09:30 +00007 friend void foo(int arg = 0) {};
Eric Christopher6672b332011-08-20 00:09:39 +00008 };
9}