summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/c/00074-clang-has_include.h
blob: 976de29d861020ae09ad7fcf5d8521ec4769a1fd (plain)
1
2
3
4
5
6
#if __has_include(<tr1/unordered_set>)
#include <tr1/unordered_set>
#endif
#if __has_include("unordered_set.h") || __has_include_next(<tr1/unordered_set>)
#include <tr1/unordered_set>
#endif