Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
46577d0d2f297fb052d7ecae93521aae34a388ea
/
.
/
tests
/
include_test
/
include_test1.fbs
blob: 804856a28df7f4b30236bb47a8a4ac9929f845a6 [
file
]
include
"sub/include_test2.fbs"
;
include
"sub/include_test2.fbs"
;
// should be skipped
include
"include_test1.fbs"
;
// should be skipped
table
TableA
{
b
:
MyGame
.
OtherNameSpace
.
TableB
;
}