mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
91 B
C
10 lines
91 B
C
|
|
char far *f1(char far *s) {
|
|
return s;
|
|
}
|
|
|
|
far char *f2(far char *s) {
|
|
return s;
|
|
}
|
|
|