Skip to content

Commit 98aacb8

Browse files
committed
add missing sort
1 parent 49c28c9 commit 98aacb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

semantics/cpp/language/translation/temporary.k

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module CPP-TRANSLATION-TEMPORARY-SYNTAX
55
imports CPP-TYPING-SORTS
66

77
syntax Expr ::= CreateTemporary
8+
syntax KItem
89
syntax CreateTemporary ::= createTemporary(temporary: Expr, type: CPPType, init: KItem) [strict(3)]
910
endmodule
1011

0 commit comments

Comments
 (0)