(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
attr-mode-2.c
       1  typedef int I;
       2  int x;
       3  I y __attribute__ ((mode(QI)));
       4  extern I x;