// FIXME: Check IR rather than asm, then triple is not needed.
// RUN: %clang --target=%itanium_abi_triple -g -S %s -o - | FileCheck %s
// Test to check presence of debug info for byval parameter.
// Radar 8350436.
classDAG{public:int i;int j;};classEVT{public:int a;int b;int c;};classVAL{public:int x;int y;};voidfoo(EVT e);
EVT bar();voidget(int*i,unsigneddl, VAL v, VAL *p,unsignedn, EVT missing_arg){//CHECK: .{{asciz|string|byte}} "missing_arg"
EVT e =bar();if(dl == n)foo(missing_arg);}