mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 07:09:49 -06:00
8 lines
70 B
C++
8 lines
70 B
C++
#include "module.h"
|
|
int i;
|
|
int main()
|
|
{
|
|
i = INTERNAL;
|
|
return i;
|
|
}
|