mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-21 06:00:51 -06:00
C++ module-using TUs cannot participate in unity builds. Add a test case for this situation.
8 lines
69 B
C
8 lines
69 B
C
#ifndef unity_h
|
|
#define unity_h
|
|
|
|
int unity1();
|
|
int unity2();
|
|
|
|
#endif
|