C++: Accept test changes

This commit is contained in:
Mathias Vorreiter Pedersen
2020-08-26 15:41:43 +02:00
parent 9d9c78c9f6
commit e4807c0181
10 changed files with 302 additions and 288 deletions

View File

@@ -99,5 +99,5 @@ void addressOfField() {
S s_copy = s;
int* px = &s_copy.m1;
sink(*px); // $f-:ast,ir
sink(*px); // $f-:ast $ir
}