summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/dfp/typeid1.C
blob: cdc33a774fa3063bbbeb8edd14089054fcdd7737 (plain)
1
2
3
4
5
6
7
8
// PR c++/39131
// { dg-do link }

#include <typeinfo>

const std::type_info &r = typeid(0.dd);

int main() { }