1 // Compiler options: -r:gtest-047-lib.dll
3 // Important test: verify our namespace lookup rules
5 // There's a generic and a non-generic `List' type in two
6 // different namespaces: make sure we pick the correct one.
15 List
<int> list
= new List
<int> ();