mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add testcase.
This commit is contained in:
@@ -186,3 +186,9 @@ int test15(int i, int x) {
|
||||
}
|
||||
return i;
|
||||
}
|
||||
|
||||
// safe integer type conversion
|
||||
int test16(int i) {
|
||||
long l;
|
||||
l = i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user