1 /* { dg-require-effective-target untyped_assembly } */
kind_varread(char * str)2 static int kind_varread(char *str)
3 {
4   if (0 == memcmp("%_#",               str, 3))  return 2;
5   /* NOTREACHED */
6 }
7 
8