Files
scan-build-mirror/tests/functional/cases/intercept/end-to-end/Input/lib/foo.h
2017-04-27 22:47:38 +10:00

12 lines
69 B
C++

#ifndef foo_h
#define foo_h
namespace acme
{
void t1();
}
#endif