33bd2648a9
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/redhat-rpm-config.git#61b19ee1b2c610a77d6ae8df02262792384d83f0
7 lines
74 B
C++
7 lines
74 B
C++
void hello();
|
|
|
|
int main(int argc, char **argv) {
|
|
hello();
|
|
return 0;
|
|
}
|