mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
ce1bdec3a4
Fixes: #24541
10 lines
65 B
C
10 lines
65 B
C
|
|
#include <Gui2/Gui.h>
|
|
|
|
int consumer()
|
|
{
|
|
foo();
|
|
|
|
return 0;
|
|
}
|