* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / dimul.c
blobc8529565fa905c94263427bdad7911406ca7d0b7
1 long long
2 foo (a, b)
3 long long a, b;
5 return a * b;