SYMBOL INDEX (16 symbols across 12 files) FILE: test/tests/dart-hello-world/container.dart function main (line 1) | void main() FILE: test/tests/gcc-c-hello-world/container.c function main (line 3) | int main() { FILE: test/tests/gcc-cpp-hello-world/container.cpp function main (line 3) | int main() { FILE: test/tests/golang-hello-world/container.go function main (line 5) | func main() { FILE: test/tests/java-ca-certificates/container.java class container (line 3) | public class container { method main (line 4) | public static void main(String[] args) { FILE: test/tests/java-hello-world/container.java class container (line 1) | public class container { method main (line 5) | public static void main(String[] args) { FILE: test/tests/java-uimanager-font/container.java class container (line 4) | public class container { method main (line 18) | public static void main(String[] args) { method bad (line 43) | private static void bad(String msg, Throwable t) { FILE: test/tests/mysql-initdb/initdb.sql type test (line 1) | CREATE TABLE test (a INT, b INT, c VARCHAR(255)) FILE: test/tests/postgres-initdb/initdb.sql type test (line 1) | CREATE TABLE test (a INT, b INT, c VARCHAR(255)) FILE: test/tests/python-stack-size/container.py function fun (line 5) | def fun(i): FILE: test/tests/rabbitmq-basics/receive.py function callback (line 11) | def callback(ch, method, properties, body): FILE: test/tests/rust-hello-world/container/src/main.rs function main (line 1) | fn main() {