C++程序  |  10行  |  117 B

// RUN: %llvmgxx %s -o /dev/null -S

// PR447

namespace nm {
  struct str {
    friend int foo(int arg = 0);
  };
}