function App() { // ^ @constructor const name = greet("x"); // ^ @variable // ^ @function return
; // ^ @tag // ^ @attribute // ^ @constructor // ^ @attribute // ^ @variable }