Language
C++
Compiler
clang HEAD 13.0.0 (https://github.com/llvm/llvm-project.git c4ed142e695f14ba5675ec6d12226ee706329a0f)
Options
Don't Use Boost
C++2b(GNU)
no pedantic
$ clang++ prog.cc -std=gnu++2b
inside foo(int x, ArgTs... args)
inside foo(ArgTs... args)
inside foo(int x, ArgTs... args)
Exit Code:
0