Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
joshheyse-tsify_more_tests
/
.
/
test
/
ast
/
bug-3849b.cpp
blob: bfaa8d3fd8f024fde558470083f928996c896cca [
file
] [
log
] [
blame
] [
raw
]
/*
#include "hell.hpp"
#pragma once
char Bar(auto ) {
return {};
}
void f();
*/
int
main
()
{
char
c
=
Bar
([]{});
return
c
;
}
#include
<ctime>
clock_t
myClock
()
{
return
clock
();
}