Files
CMake/Tests/Cuda/Complex/file2.h
2016-11-14 16:40:50 -05:00

11 lines
110 B
C

#pragma once
#include "file1.h"
struct result_type_dynamic
{
int input;
int sum;
bool from_static;
};