blob: b15f21b19d2ba290d208af40b1893a7f03347a43 [file] [log] [blame]
Chris Lattnerac919602005-04-19 02:26:23 +00001// tblgen %s
2
3// Make sure there is no collision between XX and XX.
4
5class Before<int XX>;
6class After : Before<4> {
7 dag XX = (S);
8}
9