aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/nand/nand.c
blob: 002c2368c5ee33649d3cf97759fdc489a71e9024 (plain)
1
2
3
unsigned not(unsigned x) {
  return ~x;
}