mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
309 B
JavaScript
15 lines
309 B
JavaScript
|
/* vim:set ts=2 sw=2 sts=2 et: */
|
||
|
/* ***** BEGIN LICENSE BLOCK *****
|
||
|
* Any copyright is dedicated to the Public Domain.
|
||
|
* http://creativecommons.org/publicdomain/zero/1.0/
|
||
|
*
|
||
|
* Contributor(s):
|
||
|
* Patrick Walton <pcwalton@mozilla.com>
|
||
|
*
|
||
|
* ***** END LICENSE BLOCK ***** */
|
||
|
|
||
|
function f() {
|
||
|
bogus.g();
|
||
|
}
|
||
|
|