Skip to content

Commit abfd649

Browse files
committed
Add test for DefIncrement and DefDecrement
1 parent 2895a97 commit abfd649

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/inc.asl

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DefinitionBlock("inc.aml", "DSDT", 1, "RSACPI", "INCDEC", 1) {
2+
Name(X, 0)
3+
X++
4+
X++
5+
X++
6+
Name(Y, 0)
7+
Y = X
8+
X--
9+
}

0 commit comments

Comments
 (0)