RISC-V: Add testcases for unsigned scalar .SAT_ADD IMM form 4
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / static-2.hs
blob08cc4395d0e0145b2bd54ecc2b216053d80e3be8
1 static int foo(void)
3 static int counter;
4 return counter++;