mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
8 lines
62 B
C
8 lines
62 B
C
|
|
#pragma once
|
|
struct result_type
|
|
{
|
|
int input;
|
|
int sum;
|
|
};
|