mirror of
https://github.com/reactos/CMake.git
synced 2025-03-03 17:39:10 +00:00
8 lines
62 B
C
8 lines
62 B
C
|
|
#pragma once
|
|
struct result_type
|
|
{
|
|
int input;
|
|
int sum;
|
|
};
|