summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/bool.cpp
blob: e35495ababfa617444bd1f4d9f5b670e551706e7 (plain)
1
2
3
4
5
6
7
// RUN: clang -fsyntax-only -verify %s 

// Bool literals can be enum values.
enum {
  ReadWrite = false,
  ReadOnly = true
};
OpenPOWER on IntegriCloud