mirror of
https://github.com/rizsotto/scan-build.git
synced 2025-12-16 12:00:08 +01:00
12 lines
69 B
C++
12 lines
69 B
C++
#ifndef foo_h
|
|
#define foo_h
|
|
|
|
namespace acme
|
|
{
|
|
|
|
void t1();
|
|
|
|
}
|
|
|
|
#endif
|