diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/nand.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/nand.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/nand.c b/gcc/testsuite/gcc.c-torture/compile/nand.c new file mode 100644 index 0000000..8228a3c --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/nand.c @@ -0,0 +1,4 @@ +nadn (a, b) +{ + return (~a) | (~b); +} |