aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/rtti2.C
blob: 0c8b8b0c24caa515c6cded0710fab9ebcf0d9f77 (plain)
1
2
3
4
5
#include <typeinfo>

int main() {
  typeid(bool);
}