mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Build LibC and Userland with clang as well.
This commit is contained in:
parent
ebf308d413
commit
4914f3b837
Notes:
sideshowbarker
2024-07-19 18:31:10 +09:00
Author: https://github.com/awesomekling
Commit: 4914f3b837
8 changed files with 46 additions and 37 deletions
|
@ -1,4 +1,6 @@
|
|||
int main()
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue