xref: /llvm-project/clang/test/Modules/Inputs/odr_hash-elaborated-types/textual_time.h (revision 61914d38dd5a0f1866d911a408d5070089379213)
1 #ifndef _TIME_H
2 #define _TIME_H
3 
4 struct timespec { };
5 
6 #endif
7