/* We shouldn't crash trying to produce the inlined structure type die debug info. *//* { dg-do compile } *//* { dg-options "-O1 -g" } */inlinevoidbar(char a[],unsigned int l){asmvolatile(""::"m"( *(struct{char x[l]; } *)a));}voidfoo(void){bar(0,0);}