Language
C++
Compiler
clang HEAD 11.0.0 (https://github.com/llvm/llvm-project.git 8df173f399d89c6c0f600ece6c0aa08f7cad61a6)
Options
Warnings
Don't Use Boost
C++2a(GNU)
no pedantic
Raw compiler options
-fcoroutines-ts
-stdlib=libc++
-nostdinc++
-isystem/usr/lib/llvm-11/include/c++/v1/
-L/usr/lib/llvm-11/lib/
-Wl,-rpath,/usr/lib/llvm-11/lib
$ clang++ prog.cc -Wall -Wextra -std=gnu++2a -fcoroutines-ts -stdlib=libc++ -nostdinc++ -isystem/usr/lib/llvm-11/include/c++/v1/ -L/usr/lib/llvm-11/lib/ -Wl,-rpath,/usr/lib/llvm-11/lib
Exit Code:
1