DEBSOURCES
Skip Quicknav
sources / coq-quickchick / 2.1.1-2 / examples / c-mutation.t / Foo.c
12345678
#include <stdio.h> int main() { int x, y; scanf("%d%d", &x, &y); printf("%d\n", /*!*/ x + y /*! x * y */); return 0; }