mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 08:06:17 +04:00
libc-test result
This commit is contained in:
parent
6aae72c034
commit
1c8d522ce6
17
log.txt
17
log.txt
@ -1,17 +0,0 @@
|
||||
2000 0x7fffffffbffc
|
||||
1026 0x7fffffffbf28
|
||||
1024 0x7fffffffbf48
|
||||
1023 0x7fffffffbf58
|
||||
1022
|
||||
1021
|
||||
1020 0x7fffffffbf88
|
||||
1019
|
||||
1018
|
||||
1017
|
||||
1016
|
||||
1015 0x7fffffffbfe0
|
||||
1014
|
||||
1013 0x7fffffffbff8
|
||||
1012 ok
|
||||
1011
|
||||
1010 ok
|
11
test.cpp
11
test.cpp
@ -1,11 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include <type_traits>
|
||||
|
||||
int main() {
|
||||
using T = __time_t;
|
||||
constexpr int a = sizeof(T);
|
||||
GETNCNT
|
||||
static_assert(std::is_same_v<T, long>);
|
||||
printf("xiaobenzhu\n");
|
||||
return 0;
|
||||
}
|
2
user
2
user
@ -1 +1 @@
|
||||
Subproject commit df093e0b3b707f42ac28ef016c509e3401e3270e
|
||||
Subproject commit 708b97007204fa47ee8ac7c5a771436558e0554e
|
Loading…
Reference in New Issue
Block a user