mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Change test function to check that asm is updated
This commit is contained in:
parent
1fa2557c6e
commit
3e157dc419
@ -48,6 +48,9 @@ bool foo()
|
||||
span<const int> cs;
|
||||
ret = ret || (cs.size() == 0 && cs.data() == nullptr);
|
||||
|
||||
span<int> s2{};
|
||||
ret = ret || (s2.size() == 0 && s2.data() == nullptr);
|
||||
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user