function g(x, y) { // semmle-extractor-options: --extract-program-text return x+y; } function h() {} k = function() { return; }