mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
5 lines
63 B
C
5 lines
63 B
C
// RUN: %clang_cc1 %s
|
|
int abc (const float x) {
|
|
return 1;
|
|
}
|
|
|