clang-tools 19.0.0git
path-mappings/server/foo.h
Go to the documentation of this file.
1#ifndef FOO_H
2#define FOO_H
3int foo() { return 42; }
4#endif
int foo()