13 lines
154 B
C++
13 lines
154 B
C++
#pragma once
|
|
|
|
#include "lib1/lib1.h"
|
|
|
|
#include <clang/Lex/Lexer.h>
|
|
|
|
#include <string>
|
|
|
|
namespace clanguml::t40001 {
|
|
|
|
int foo() { return lib1::foo2(); }
|
|
|
|
} |