C++, add test for initialized variable concepts

This commit is contained in:
Jakob Lykke Andersen 2016-06-14 16:23:57 +09:00
parent 494aeb901a
commit 5728e5e837

View File

@ -439,6 +439,8 @@ def test_templates():
None, 'I00DpEMissingRequiresManglingN3xyz3barE')
check('concept', 'Iterator{T, U} Another',
None, 'I00EMissingRequiresMangling7Another')
check('concept', 'template<typename ...Pack> Numerics = (... && Numeric<Pack>)',
None, 'IDpE8Numerics')
#def test_print():