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
/
b.slang
blob: 9d33d385d2a9ee67b71b567e6797530499a951ca (
plain
)
1
2
3
4
5
6
module b; namespace ns { public int f_b() { return 2; } }