// RUN tblgen %s | FileCheck %s // RUN: tblgen %s | grep {foo} | count 1 class Base { string text = t; } class Derived> thetext> : Base; def FOO : Derived<[["foo"]]>; // CHECK: text = "foo"