9785cc8667
Build and execute a minimal program using the libreport library
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
echo "int main(){libreport_init();}" | gcc -x c -lreport -Wno-implicit-function-declaration -
|
|
./a.out
|
|
rm -f a.out
|