blob: bb77e06000d51d05ca9ababd0cdca2f60993b50f [file] [log] [blame]
Ben Murdoch61f157c2016-09-16 13:49:30 +01001// Copyright 2016 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5function __f_14() {
6 "use asm";
7 function __f_15() { return 0; }
8 function __f_15() { return 137; } // redeclared function
9 return {};
10}
11assertThrows(function() { Wasm.instantiateModuleFromAsm(__f_14.toString()) });