DEBSOURCES
Skip Quicknav
sources / frama-c / 20220511-manganese-5 / tests / misc / save_comments.i
12345678910
/* run.config MODULE: @PTEST_NAME@ OPT: -keep-comments */ int f() { int x = 0; /* Hello, I'm the f function */ return x; }