blob: 9c29d590f2699fe2c5bda8915dbbe305d7112f11 [file] [log] [blame]
#include "foo.h"
void stop() {}
int foo() {
stop();
return 0;
}