emacs/test/lisp/progmodes/flymake-resources/another-problematic-file.c

6 lines
66 B
C

#include "some-problems.h"
int frob(char* freb) {
return 42;
}