blob: 2ddb45b4b66c79600c78abfaf5b64c1a9a13927a [file] [log] [blame]
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
function f(a) {
return {0.1: a};
}
f();