summaryrefslogtreecommitdiffstats
path: root/test/input/has_unique_object_representations.cxx
blob: dd51343679d21e55e7ec6fd13db38338f709ac91 (plain)
1
2
3
template <bool>
struct Bool;
typedef Bool<__has_unique_object_representations(int)> BoolType;