mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 04:02:03 -06:00
8 lines
62 B
C
8 lines
62 B
C
|
|
#pragma once
|
|
struct result_type
|
|
{
|
|
int input;
|
|
int sum;
|
|
};
|