/** * @flow * * Words below the wrong pragma */ function foo(bar) { return bar + 3 + 4; }