* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr39673-1.c
blobd2e0387768b1e1046c700abab88c4892516f921e
1 unsigned long f1();
2 int f2();
4 int store_aff_word(int x) {
5 return (int) (x ? f1() : f2());