summaryrefslogtreecommitdiff
path: root/tests/not.c
blob: b7c768281b139072ce18c3201ed753a4d2b2e183 (plain)
1
2
3
int main() {
    return !0; // 1
}