mirror of
https://github.com/github/codeql.git
synced 2025-12-26 21:56:39 +01:00
7 lines
78 B
Python
7 lines
78 B
Python
|
|
#
|
|
def test():
|
|
for t in [TypeA, TypeB]:
|
|
x = t
|
|
run_test(x)
|