Sign in
◑
Theme
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
tests
/
ui
/
type-param.rs
blob: fdb56feab82a9d943fd5cb5f43ff4e657514a732 [
file
]
//@ run-pass
#![
allow
(
non_camel_case_types
)]
#![
allow
(
dead_code
)]
//@ pretty-expanded FIXME #23616
type
lteq
<
T
>
=
extern
"C"
fn
(
T
)
->
bool
;
pub
fn
main
()
{
}