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
/
size-of.slang
blob: 63c55398e9ea0658995988c4aa7830d21690910b (
plain
)
1
2
3
4
5
6
7
8
// sizeof.slang //DIAGNOSTIC_TEST:SIMPLE: int func() { return sizeof(func); }