Files
clang-uml/tests/t40002/include/lib2/lib2.h
2022-04-16 12:22:06 +02:00

13 lines
115 B
C++

#pragma once
#include "lib2_detail.h"
namespace clanguml::t40002::lib2 {
int foo2();
int foo3();
int foo();
}