summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/flymake-resources/another-problematic-file.c
blob: 03eacdd8011557862d21c6110fca8b0ee08c3d80 (plain)
1
2
3
4
5
#include "some-problems.h"

int frob(char* freb) {
  return 42;
}