xref: /Universal-ctags/Units/parser-r.r/r-scope.d/input-8.r (revision 25ec6aefd5083ccfcf92f272f2914cfb85028613)
1# g8 is not in the global scope.
2f8 <- function () {
3} -> g8
4
5# y8 is in the global scope.
6x8 <- 1 -> y8
7