analyzer: enable taint state machine by default [PR103533]
[official-gcc.git] / gcc / testsuite / c-c++-common / attr-used-4.c
blob40c2c659d3c70dbc12c8be173bf097db700e0cf1
1 /* { dg-do compile } */
2 /* { dg-options "-Wall -O2 -fcommon" } */
4 int xyzzy __attribute__((__used__));
6 /* { dg-final { scan-assembler "xyzzy" } } */
7 /* { dg-final { scan-assembler-not ",\"awR\"" { target R_flag_in_section } } } */