brintos

brintos / llvm-project-archived public Read only

0
0
Text · 131 B · c478e7d Raw
10 lines · cpp
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