index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
diagnostics
/
transitive-namespace-import.slang
/
a.slang
blob: 257bf3717571065999324b0f87824d0a6e0525f3 (
plain
)
1
2
3
4
5
module a; namespace ns { public int fa() { return 1; } }