aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/attr-mode-2.c
blob: de65f49c6b60c3ab86e45ef145477e86ba54c6ce (plain)
1
2
3
4
typedef int I;
int x;
I y __attribute__ ((mode(QI)));
extern I x;