#include "header.h" struct MultipleDefsButSameHeader { int i; }; struct OneDefInDifferentFile { int i; };