1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null2 3// PR4474 5namespace nm {6 struct str {7 friend void foo(int arg = 0) {};8 };9}10