C++: Added tests for C++11 features.

Change-Id: Ifa0bc37916d3ac3a523580bec15a6685709e7810
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
Erik Verbruggen
2012-02-09 16:02:27 +01:00
parent f06a5f12df
commit d679dc4d53
6 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
void f() noexcept {
}
void g() noexcept(1) {
}