diffblue-cbmc/doc/assets/file1.c

6 lines
82 B
C

int puts(const char *s) { }
int main(int argc, char **argv) {
puts(argv[2]);
}