mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
bfa92e5725
Fixes: #16636
7 lines
65 B
C
7 lines
65 B
C
#include "StaticLibExample.h"
|
|
|
|
int FourtyFour()
|
|
{
|
|
return 44;
|
|
}
|