13 lines
181 B
C++
Raw Normal View History

2023-05-23 16:38:00 +02:00
#if SCANNING_CONTROL
# ifndef CMAKE_SCANNED_THIS_SOURCE
# error "This file should have been scanned"
# endif
#endif
export module M;
export int from_module()
{
return 0;
}