11 lines
110 B
C
Raw Normal View History

2017-04-14 19:02:05 +02:00
#pragma once
#include "file1.h"
struct result_type_dynamic
{
int input;
int sum;
bool from_static;
};