@@ -0,0 +1,2 @@
+Lambda functions are not supported.
+Asm.js compilation failed.
@@ -0,0 +1,9 @@
+//-------------------------------------------------------------------------------------------------------
+// Copyright (C) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
+
+(function() {
+ "use asm";
+ m => 0;
+})();
@@ -851,4 +851,11 @@
<compile-flags>-testtrace:asmjs -maic:0</compile-flags>
</default>
</test>
+ <test>
+ <default>
+ <files>lambda.js</files>
+ <baseline>lambda.baseline</baseline>
+ <compile-flags>-testtrace:asmjs</compile-flags>
+ </default>
+ </test>
</regress-exe>