1*99451b44SJordan Rupprecht #include "b.h"
2*99451b44SJordan Rupprecht
main(int argc,const char * argv[])3*99451b44SJordan Rupprecht int main(int argc, const char * argv[])
4*99451b44SJordan Rupprecht {
5*99451b44SJordan Rupprecht Module m;
6*99451b44SJordan Rupprecht // Test that the type Module which contains a field that is a
7*99451b44SJordan Rupprecht // template instantiation can be fully resolved.
8*99451b44SJordan Rupprecht return 0; //% self.assertTrue(self.frame().FindVariable('m').GetChildAtIndex(0).GetChildAtIndex(0).GetChildAtIndex(0).GetName() == 'buffer', 'find template specializations in imported modules')
9*99451b44SJordan Rupprecht }
10