Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
rust/tests/run-make/extern-fn-mangle/test.c

9 lines
103 B
C
Raw Permalink Normal View History

Add new tests for extern and foreign fns and name mangling.
2014-08-01 22:22:02 -06:00
#include <stdint.h>
uint32_t foo();
uint32_t bar();
uint32_t add() {
Clean up tidy scripts, coverage, performance This restructures tidy.py to walk the tree itself, and improves performance considerably by not loading entire files into buffers for licenseck. Splits build rules into 'tidy', 'tidy-basic', 'tidy-binaries', 'tidy-errors', 'tidy-features'.
2015-01-24 15:18:19 -08:00
return foo() + bar();
Add new tests for extern and foreign fns and name mangling.
2014-08-01 22:22:02 -06:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1484ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API