chromium/services/proxy_resolver/test/data/proxy_resolver_v8_unittest/ends_with_statement_no_semicolon.js

// Ends with a statement, and no terminal newline.
function FindProxyForURL(url, host) { return "PROXY success:" + x; }
x = 3