7 lines
75 B
C++
Raw Normal View History

2023-07-02 19:51:09 +02:00
export module subdir_importable;
export int from_subdir()
{
return 0;
}