#ifndef DATA_HPP #define DATA_HPP typedef struct Data { int value; } Data; #endif