DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / interop / a.h
1234567
#ifndef A_H #define A_H int f1(int a, int b); int f2(int x, int y); #endif