mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 15:56:07 +00:00

import can't appear here" diagnostic if an already-visible module is textually entered (because we have the module map but not the AST file) within a function/namespace scope. llvm-svn: 288737
5 lines
78 B
C
5 lines
78 B
C
#ifndef CXX_HEADER_H
|
|
#define CXX_HEADER_H
|
|
inline int f() { return 0; }
|
|
#endif
|