mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
These are mostly extractor tests, which now live in `2/extractor-tests`, and a single library tests that was added to the existing directory.
6 lines
88 B
Python
6 lines
88 B
Python
from __future__ import unicode_literals
|
|
|
|
def f(x):
|
|
exec("raise thing")
|
|
return x
|