d4fb9f8ed8
Once this is committed, the version in redhat-rpm-config will be removed and redhat-rpm-config will use this test.
7 lines
74 B
C++
7 lines
74 B
C++
void hello();
|
|
|
|
int main(int argc, char **argv) {
|
|
hello();
|
|
return 0;
|
|
}
|