diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/compile/900216-1.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/compile/900216-1.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/compile/900216-1.c b/gcc_arm/testsuite/gcc.c-torture/compile/900216-1.c new file mode 100755 index 0000000..8a4bfb7 --- /dev/null +++ b/gcc_arm/testsuite/gcc.c-torture/compile/900216-1.c @@ -0,0 +1,9 @@ +foo (p, a, b) + unsigned short *p; +{ + unsigned int x; + + x = p[0]; + + return (x == 134U); +} |