blob: 225d2992d36d2bdfa1f9e7725af2b6cef0e6dec2 [file] [log] [blame]
#include <stdio.h>
extern void f();
void f() { puts("break here"); }