1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-10 18:37:01 +00:00

11 lines
106 B
LLVM
Raw Normal View History

// RUN: tblgen %s | grep 'dag d = (X 13)'
def X;
class C<int N> {
dag d = (X N);
}
def VAL : C<13>;