analyzer: enable taint state machine by default [PR103533]
[official-gcc.git] / gcc / testsuite / c-c++-common / attr-mode-2.c
blobde65f49c6b60c3ab86e45ef145477e86ba54c6ce
1 typedef int I;
2 int x;
3 I y __attribute__ ((mode(QI)));
4 extern I x;