mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Change tests/span_compile_only.cpp to test ASM system
This commit is contained in:
parent
792a38b841
commit
d8d4d8ff21
@ -65,6 +65,8 @@ bool bar()
|
||||
span<int> s{v};
|
||||
ret = ret || (s.size() == 4 && s.data() != nullptr);
|
||||
|
||||
return ret;
|
||||
int x = s.size() + v.size();
|
||||
|
||||
return ret || x > 23;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user