mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Add a regression test for the File API codemodel graph produced for an import std target. The test verifies that emitted target references, including those to the CMake-provided stdlib target, resolve to targets present in the codemodel. Closes: #27890
7 lines
48 B
C++
7 lines
48 B
C++
import std;
|
|
|
|
auto main() -> int
|
|
{
|
|
return 0;
|
|
}
|